|
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Tiberius Zol
5
|
Posted - 2013.07.04 08:20:00 -
[1] - Quote
hey guys.
after the update to the new version i get an error with the yapeal.php
2013-07-04 08:15:11.959 FATAL: Uncaught exception in yapeal.php File: D:\yapeal\yapeal.php(183) 2013-07-04 08:15:11.959 FATAL: The APIs: KillLog are unknown in section corp Trace: #0 D:\yapeal\class\ASection.php(100): AccessMask->apisToMask(Array, 'corp') #1 D:\yapeal\class\SectionCorp.php(62): ASection->__construct() #2 D:\yapeal\yapeal.php(163): SectionCorp->__construct() #3 {main}
An idea, what i have to change to get it work again? I am new to yapeal and only walked trough the beginnertutorial to add my accs and chars the last days.. |

Tiberius Zol
5
|
Posted - 2013.07.04 12:40:00 -
[2] - Quote
Ok fixed it myself. just deleted the KillLog class files.
|

Tiberius Zol
6
|
Posted - 2013.07.04 13:23:00 -
[3] - Quote
Another question:
I didn't find the lastknownlocation information in the database. im not sure, but i think it should come with a full api with the characterinfo.xml
|

Tiberius Zol
6
|
Posted - 2013.07.04 22:29:00 -
[4] - Quote
I don't mean CharacterSheet, but CharacterInfo -> http://wiki.eve-id.net/APIv2_Eve_CharacterInfo_XML It's in the eve group. |

Tiberius Zol
6
|
Posted - 2013.07.11 12:58:00 -
[5] - Quote
Hi.
Is there any possibility to run yapeal without PHP CLI? My provider doesn't support CLI despite the fact he allow to create cron jobs. |

Tiberius Zol
6
|
Posted - 2013.07.15 12:02:00 -
[6] - Quote
had to comment out the "CLI-query" part in the yapeal.php to get it to work properly.
But after update, i can't run install/createMySQLTables.php
get Warning: fwrite(): supplied argument is not a valid stream resource in yapeal/install/createMySQLTables.php on line 186
|

Tiberius Zol
7
|
Posted - 2013.10.21 19:59:00 -
[7] - Quote
Hi guys, at the moment i try to integrate the open buy and sell orders in a table but get some old orders and i don't know why. Maybe one of you give me a hint:
This is the code: SELECT yapeal_charMarketOrders.*, invTypes.typeName FROM yapeal_charMarketOrders, invTypes WHERE yapeal_charMarketOrders.ownerID=MYOWNID AND yapeal_charMarketOrders.bid=1 AND yapeal_charMarketOrders.volRemaining!=0 AND yapeal_charMarketOrders.orderState=0 AND yapeal_charMarketOrders.issued + INTERVAL yapeal_charMarketOrders.duration DAY > NOW() AND invTypes.typeID=yapeal_charMarketOrders.typeID
|

Tiberius Zol
7
|
Posted - 2013.10.22 12:44:00 -
[8] - Quote
nevermind. i figured it out myself. damn api errors. |

Tiberius Zol
12
|
Posted - 2014.06.03 11:30:00 -
[9] - Quote
Somerset Mahm wrote:Dragonaire wrote:True for some APIs doesn't really matter one that we talked about is AssetList where you'd maybe be able to do audits on where stuff goes etc. MarketOrders might be interesting to as you could see how quickly something is selling or coming in which might be useful. Might be a couple others as well. I can see the value but to me Yapeal is just an interface between the API and a database; I don't really want it to show data that isn't in the API.
Me neither! |

Tiberius Zol
18
|
Posted - 2014.06.16 09:00:00 -
[10] - Quote
After the update to 1.0.5 i get this warnings:
2014-06-16 08:40:08.852 WARN: Caching invalid API XML for char/ContactList File: /eve/yapeal/class/YapealApiCache.php(177) 2014-06-16 08:40:08.876 WARN: Row was missing required fields (inWatchlist) that are needed for yapeal_charContactList File: /eve/yapeal/class/YapealQueryBuilder.php(211)
|
|

Tiberius Zol
19
|
Posted - 2014.06.17 12:54:00 -
[11] - Quote
yeah i see. i will test it later. |

Tiberius Zol
19
|
Posted - 2014.06.19 19:05:00 -
[12] - Quote
hey. seem to be one problem to go:
2014-06-19 17:00:42.121 WARN: Insert/upsert failed for yapeal_charCharacterSheet File: /eve/yapeal/class/YapealQueryBuilder.php(425)
any idea?
|

Tiberius Zol
19
|
Posted - 2014.06.20 08:15:00 -
[13] - Quote
Didn't found anything. But, as a sidenote I have changed all the keyID and vCode for my chars manually (yapeal_accountAccountStatus,yapeal_accountAPIKeyInfo,yapeal_accountKeyBridge,yapeal_utilRegisteredKey) is there some other thing to change, that i didn't see? Some stuff for the insert? |

Tiberius Zol
19
|
Posted - 2014.06.21 08:11:00 -
[14] - Quote
I have truncated - yapeal_accountAPIKeyInfo - yapeal_accountAccountStatus - yapeal_accountCharacters - yapeal_accountKeyBridge - yapeal_charAccountBalance - yapeal_charAttributeEnhancers - yapeal_charAttributes - yapeal_charCharacterSheet - yapeal_charContactList - yapeal_charCorporationRoles - yapeal_charCorporationRolesAtBase - yapeal_charCorporationRolesAtHQ - yapeal_charCorporationRolesAtOther - yapeal_charCorporationTitles - yapeal_charSkillInTraining - yapeal_charSkillQueue - yapeal_charSkills - yapeal_utilCachedUntil But still getting the same Error: 2014-06-21 07:40:24.586 WARN: Insert/upsert failed for yapeal_charCharacterSheet File: /eve/yapeal/class/YapealQueryBuilder.php(425)
|

Tiberius Zol
19
|
Posted - 2014.06.21 17:29:00 -
[15] - Quote
i send some files to your yahoo mail. :-) |

Tiberius Zol
19
|
Posted - 2014.06.30 13:12:00 -
[16] - Quote
Used 5.2 until now. But changed to 5.4 now. :) so no problem with it. |

Tiberius Zol
22
|
Posted - 2014.07.22 07:30:00 -
[17] - Quote
Guys... how is the update for the Crius API changes going? :-) |

Tiberius Zol
22
|
Posted - 2014.07.24 11:25:00 -
[18] - Quote
I would also like to see an alternative to composer, cause my web-provider does not allow to install it. |
|
|
|